-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dealing with dissapear track causing error. #475
Conversation
Fix empty or banned track from recommanded track
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change just to go with the QC I'm trying to implement. Once you push the change, I'll merge for next release
@cropse would you be able to provide an example of a case where this is happening, I want to test this edge case for the current |
Sure, I think it's quite hard to reproduce since it's a really rare condition.
I believe the song got removed should encountered similiar issue but it's hard to test IRL. |
for items = [x for x in items if x is not None] That should automatically resolve the issue for any usecase |
In some scenarios, if a track is banned, deleted, or disappears, the playlist will contain an empty track (None). This error occurs as a result but can be easily fixed.
Error code: